软考真题
第48题
函数foo()、hoo()定义如下,调用函数hoo()时,第一个参数采用传值(call by value)方式,第二个参数采用传引用(call by reference)方式。设有函数foo(5),那么"print(x)”执行后输出的值为( )